PowerTools SPREAD for Windows Forms 8.0J
UngroupSparkline(CellRange[]) メソッド


場所。
スパークラインのグループ化を解除します。
構文
'Declaration
 
Public Overloads Sub UngroupSparkline( _
   ByVal location() As CellRange _
) 
'使用法
 
Dim instance As SheetView
Dim location() As CellRange
 
instance.UngroupSparkline(location)
public void UngroupSparkline( 
   CellRange[] location
)

パラメータ

location
場所。
次のサンプルコードは、セル範囲内のスパークライングループを解除します。
fpSpread1.Sheets[0].UnGroupSparkline(new FarPoint.Win.Spread.Model.CellRange[] { new FarPoint.Win.Spread.Model.CellRange(5, 0, 3, 1) });
FpSpread1.Sheets(0).UnGroupSparkline(New FarPoint.Win.Spread.Model.CellRange() {New FarPoint.Win.Spread.Model.CellRange(5, 0, 3, 1)})
参照

SheetView クラス
SheetView メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.